<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*首页*/
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
	height: auto;
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 16px;
}
.banner .swiper-pagination-bullet {
	width: 36px;
	height: 6px;
	opacity: 1;
	border-radius: 0;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #0978c6;
}
.banner .swiper-container-horizontal&gt;.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 12px;
}
.banners{
	min-width: 1200px;
}
.banners img{
	width: 100%;
	height: auto;
}

/*首页产品*/
.cont1-product{
	float: right;
	width: 930px;
}
.cont1-tj{
	height: 42px;
	border: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0,0,0,0.1);
	padding: 0 15px;
	margin-bottom: 20px;
}
.cont1-tj h4{
	float: left;
	height: 16px;
	line-height: 16px;
	border-left: 4px solid #0674e5;
	padding-left: 10px;
	margin-top: 13px;
	color: #333;
}
.cont1-tj a{
	float: right;
	font-size: 14px;
	color: #666;
	padding-right: 20px;
	background: url(../img/more.jpg) no-repeat right center;
	line-height: 30px;
	margin-top: 6px;
}
.cont1-c a{
	float: left;
	width: 300px;
	height: 215px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 15px;
	margin-bottom: 15px;
}
.cont1-c a:nth-child(3n){
	margin-right: 0;
}
.cont1-c a img{
	width: 100%;
	height: 100%;
}
.cont1-c a span{
	display: block;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	font-size: 16px;
	text-align: center;
	transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.cont1-c a:hover span{
	bottom: 0;
}
/*首页成功案例*/
.cont2-c .box{float:left;margin: 9px;}
.cont2-c .box a{display:block;}
.cont2-c .box a i{display:block;width:380px;height:260px;overflow:hidden;border: 1px solid #ddd;}
.cont2-c .box a i img{width:100%;min-height:260px;}
/*首页案例*/
.cont3-c{
	position: relative;
}
.cont3-c a{
	display: block;
	width: 280px;
}
.cont3-c a i{
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	padding: 5px;
}
.cont3-c a img{
	width: 100%;
	height: 100%;
}
.cont3-c a span{
	display: block;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	color: #333;
}
.cont3-c .swiper-button-next,.cont3-c .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 49px;
    height: 49px;
    margin-top: -40px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
}
.cont3-c .swiper-button-prev,.cont3-c .swiper-container-rtl .swiper-button-next{
	background: url(../img/left.png);
	left: -60px;
}
.cont3-c .swiper-button-next,.cont3-c .swiper-container-rtl .swiper-button-prev{
	background: url(../img/right.png);
	right: -60px;
}
.cont3-c .swiper-button-next:hover,.cont3-c .swiper-button-prev:hover{
	background-position-y: -49px;
}
.cont3-btn{
	display: block;
	width: 104px;
	line-height: 32px;
	font-size: 14px;
	color: #0674e5;
	text-align: center;
	border: 1px solid #0674e5;
	border-radius: 50px;
	margin: 20px auto 0;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
}
.cont3-btn:hover{
	background-color: #0674e5;
	color: #fff;
}

/*首页简介*/
.cont4-t{
	height: 175px;
	background: url(../img/about_bg.jpg) no-repeat center center;
	background-color: #0674e5;
}
.cont4-left{
	float: right;
	width: 640px;
}
.cont4-box{
	padding: 60px 0 30px 0;
	overflow: hidden;
}
.cont4-left h4{
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	color: #333;
	line-height: 40px;
	margin-bottom: 5px;
}
.cont4-left h4 em{
	font-weight: bold;
	color: #0674e5;
}
.cont4-left h4 span,.cont4-right h4 span{
	font-weight: initial;
	margin-left: 15px;
	color: #ccc;
	font-family: impact;
	text-transform: uppercase;
}
.cont4-left div{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-indent: 2em;
	text-align: justify;
}
.cont4-left div p{
	text-align: justify;
}
.cont4-right{
	width: 525px;
	float: left;
}
.cont4-right h4{
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	line-height: 50px;
	margin-bottom: 15px;
}
.cont4-right h4 em{
	font-weight: bold;
	color: #0674e5;
}
.cont4-zz .swiper-container{
	width: 208px;
	height: 300px;
	margin: 0 auto;
}
.cont4-zz img{
	width: 100%;
	height: auto;
}
.cont4-zz{
	position: relative;
	padding: 10px;
	border: 1px solid #005dbc;
	background: #f0f0f0;
}
.cont4-zz .swiper-button-next,.cont4-zz .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 18px;
    height: 38px;
    margin-top: -19px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.cont4-zz .swiper-button-prev,.cont4-zz .swiper-container-rtl .swiper-button-next{
	background: url(../img/left2.jpg);
	left: 0;
}
.cont4-zz .swiper-button-next,.cont4-zz .swiper-container-rtl .swiper-button-prev{
	background: url(../img/right2.jpg);
	right: 0;
}
.cont4-img li{
	float: left;
	width: 285px;
	height: 198px;
	margin-right: 20px;
}
.cont4-img li:last-child{
	margin-right: 0;
}

/*首页新闻*/
.cont5 {background-color: #f4f4f4;padding: 30px 0;}
.cont5-c{
	float: left;
	width: 370px;
	margin-right: 45px;
}
.cont5-c2{
	float: right;
	width: 350px;
}
.cont5-tit{
	line-height: 40px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.cont5-tit h2{
	float: left;
	font-size: 18px;
	color: #0674e5;
	font-weight: bold;
}
.cont5-tit em{
	font-size: 14px;
	color: #999;
	margin-left: 10px;
	text-transform: uppercase;
}
.cont5-tit a{
	float: right;
	font-size: 14px;
	color: #666;
}
.cont5-c img{
	width: 100%;
	height: auto;
}

.cont5-c ul li em{
	float: right;
	display: block;
	font-size: 12px;
	line-height: 40px;
	color: #666;
}
.cont5-c ul li{
	overflow: hidden;
	position: relative;
	line-height: 2;
}
.cont5-c ul li .news-item{margin-left: 25px;}
.cont5-c ul li .news-item .date{ color:#767676; margin-left:45px; font-size:14px;}
.cont5-c ul li .news-item .data-day{position:absolute;width:54px;height:54px;line-height:54px;text-align:center;top:50%;margin-top:-27px;left:0;background: #0674e5;color:#fff;font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:30px;}
.cont5-c ul li .news-item .news-com{ background:#fff; border:1px solid #d7d7d7; padding:20px 40px;}
.cont5-c ul li .news-item .news-com .news-h a{font-size: 16px;color: #3e3e3e;font-weight:bold;text-overflow: ellipsis;white-space: nowrap;word-break: keep-all;overflow: hidden;display:block;}
.cont5-c ul li .news-item .news-com .news-sum{color: #2a2a2a;height:4em;overflow:hidden;font-size: 14px;}

.cont5-c ul{
	margin-top: 5px;
}
.cont5-c2 li{
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
}
.cont5-c2 li a{
	display: block;
	position: relative;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	/* padding-left: 30px; */
	margin-bottom: 5px;
}
.cont5-c2 li a i{
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	width: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	text-align: center;
}
.cont5-c2 li p{
	position: relative;
	font-size: 12px;
	color: #999;
	line-height: 20px;
	/* padding-left: 30px; */
}
.cont5-c2 li p i{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	background-color: #dc0000;
	text-align: center;
}
/*首页留言*/
.cont6{
	padding: 30px 0;
}
.cont6 .cont6-dz{
	float: left;
	padding-left: 58px;
	background: url(../img/dz.png) no-repeat left 10px;
}
.cont6 .cont6-dz em{
	display: block;
	font-size: 30px;
	font-family: impact;
	text-transform: uppercase;
	line-height: 32px;
	color: #ccc;
}
.cont6 .cont6-dz h4{
	font-size: 22px;
	color: #c82126;
	line-height: 30px;
	margin-bottom: 5px;
}
.cont6 .cont6-dz p{
	font-size: 14px;
	color: #666;
}
.cont6 form{
	float: right;
}
.cont6 form ul{
	float: left;
	width: 600px;
	margin-right: 30px;
	height: 92px;
}
.cont6 form ul li:nth-child(1),.cont6 form ul li:nth-child(3){
	width: 306px;
}
.cont6 form ul li:nth-child(1){
	margin-bottom: 5px;
}
.cont6 form ul li:nth-child(2){
	width: 292px;
	margin-left: 2px;
}
.cont6 form ul li:nth-child(2) textarea{
	display: block;
	width: 100%;
	height: 92px;
	box-sizing: border-box;
	border: 1px solid #0674e5;
	resize: none;
	background-color: transparent;
	padding: 10px;
	font-size: 14px;
	color: #333;
}
.cont6 form ul li label{
	display: block;
	float: left;
	line-height: 43px;
	width: 90px;
	text-align: center;
	background-color: #0674e5;
	font-size: 14px;
	color: #fff;
}
.cont6 form ul li input{
	display: block;
	float: left;
	height: 43px;
	box-sizing: border-box;
	width: 216px;
	border: 1px solid #0674e5;
	background-color: transparent;
}
.cont6 form ul li:nth-child(3){
	position: relative;
	top: -43px;
}
.cont6 form&gt;input{
	display: block;
	width: 110px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #c82126;
	cursor: pointer;
}
.cont6 form&gt;input:last-child{
	margin-top: 12px;
	background-color: #333;
}
.cont6 form ul li{
	float: left;
}
/*首页友情链接*/
.cont7-c{
	border: 1px solid #ddd;
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px;
}
.cont7-c h4{
	position: absolute;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	padding: 0 15px;
	left: 10px;
	top: -20px;
	font-size: 24px;
	font-family: "agency fb";
	text-transform: uppercase;
	color: #999;
}
.cont7-c h4 em{
	font-size: 14px;
	margin-left: 10px;
	color: #333;
	font-family: "微软雅黑";
}
.cont7-c a{
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin-right: 5px;
}

/*内页*/
.content{
	margin-top: 30px;
	margin-bottom: 100px;
	min-height: 500px;
}
.content-r{
	width:970px;
	float: right;
}
/*联系我们*/
.contact-map ul li{
	float: left;
}
.contact-map ul li:last-child{
	float: right;
}
.contact-map ul li:nth-child(1) p{
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.contact-map ul li:nth-child(1) img{
	margin: 0 auto;
}
.contact-map ul li:nth-child(2) div{
	float: left;
	margin: 0 20px;
}
.contact-map ul li:nth-child(2) span{
	display: block;
	font-size: 12px;
	text-align: center;
}
.contact-map ul li:nth-child(2) img{
	width: 120px;
	height: 120px;
}
.contact-map ul li:nth-child(2){
	margin-left: 130px;
}
.contact-map ul li:last-child p{
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}
.map{
	margin-top: 30px;
}
/*在线留言*/
.leave_box{
	height: 628px;
	width: 100%;
	overflow: hidden;
}
.leave{
	width: 100%;
	background-color: #f6f6f6;
	box-sizing: border-box;
	padding: 0 80px;
	overflow: hidden;
}
.leave h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.leave li{
	margin-bottom: 15px;
}
.leave li label{
	display: inline-block;
	width: 80px;
	text-align: right;
	font-family: 14px;
	color: #333;
	height: 34px;
	line-height: 34px;
}
.leave li i{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
}
.leave li input{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 210px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 10px;
}
.leave .leave_c label{
	float: left;
	margin-right: 5px;
}
.leave .leave_c textarea{
	float: left;
	resize: none;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: 450px;
	height: 90px;
	padding: 10px;
}
.leave .btn{
	display: block;
	width: 165px;
	height: 38px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 40px auto;
	background-color: #0674e5;
}
/*新闻详情*/
.xq-tit h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.xq-tit p span{
	margin: 0 10px;
}
.xq-tit{
	padding-bottom: 10px;
	border-bottom: 1px dashed #e0e0e0;
}
.news-xq-box{
	margin-top: 30px;
}
.news-xq-box p{
	font-size: 12px;
	color: #787878;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.news-xq-box img{
	width: 80%;
	margin: 20px auto;
}
.news-xq table,.news-xq table td,.news-xq table tr{
	border: 1px solid #ddd;
}
.news-fh{
	padding-top: 25px;
	border-top: 1px solid #e7e7e7;
	margin-top: 20px;
}
.news-fh&gt;a{
	display: block;
	width: 138px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-radius: 50px;
	background: url(../img/news/fh.png) no-repeat 20px center;
	margin-bottom: 20px;
}
.news-fh ul li{
	font-size: 12px;
	line-height: 30px;
}
.news-fh ul li span{
	color: #666;
}
.news-fh ul li a{
	color: #787878;
}
/*新闻中心*/
.news li div{
	float: left;
	width: 550px;
}
.news li&gt;a{
	display: block;
	float: right;
	width: 280px;
    height: 200px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news li&gt;a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news li div a{
	display: block;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 20px;
}
.news li:hover div a{
	text-decoration: underline;
	color: #0674e5;
}
.news li:hover&gt;a{
	margin-right: 30px;
}
.news li div p{
	font-size: 12px;
	color: #808080;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news li div span{
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}
.news li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
/*产品中心*/
.product a{
	display: block;
	float: left;
	width: 270px;
	height: 295px;
	box-sizing: border-box;
	padding: 10px 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: 0 26px 15px;
	overflow: hidden;
}
.product a img{
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product a:hover img{
	transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
}

.product a i{
	display: block;
	width: 38px;
	height: 1px;
	background-color: #828282;
	margin: 10px auto 0;
}
.product a h4{
	font-size: 15px;
	color: #666;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product a ul li{
	float: left;
	width: 33%;
	text-align: center;
	font-size: 14px;
	color: #999;
}
.product a span{
	display: block;
	width: 78px;
	height: 34px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	background-color: #b6b6b6;
	border-radius: 50px;
	color: #fff;
	position: relative;
	bottom: -10px;
	font-family: '宋体';
}
.product a:hover span{
	background-color: #0674e5;
}
/*案例展示*/
.product-case a{
	float: left;
	width: 290px;
	float: left;
	margin-right: 30px;
    margin-bottom: 20px;
}
.product-case a:nth-child(3n){
	margin-right: 0;
}
.product-case a i{
	display: block;
	width: 290px;
	height: 250px;
	overflow: hidden;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 5px;
}
.product-case a i img{
	width: 100%;
	height: 100%;
}
.product-case a span{
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}

/*产品详情*/
.product-xq-img{
	float: left;
	width: 490px;
}
.product-xq-img i{
	display: block;
	width: 490px;
	height: 490px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}
.product-xq-img i img{
	width: 100%;
	height: 100%;
}
.product-xq-txt{
	width: 450px;
	float: right;
}
.product-xq-txt h4{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	margin-top: 40px;
}
.product-xq-txt div{
	margin-top: 30px;
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-indent: 2em;
}
.product-xq-c{
	margin-top: 30px;
}
.product-xq-c h4{
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: hidden;
}
.product-xq-c h4 span{
	width: 100px;
	display: block;
	line-height: 40px;
	text-align: center;
	background-color: #ddd;
	font-size: 14px;
	color: #333;
	float: left;
	cursor: pointer;
	margin-right: 1px;
}
.product-xq-c h4 span:hover,.product-xq-c h4 span.active{
	background-color: #0674e5;
	color: #fff;
}
.product-xq-ca div:last-child{
	display: none;
}
.product-img{
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
	margin-top: 10px;
}
.product-img img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.product-img img.active,.product-img img:hover{
	border: 2px solid #ddd;
}
.product-img .swiper-button-next,.product-img .swiper-button-prev{
	position: absolute;
    top: 50%;
    width: 15px;
    height: 20px;
    margin-top: -10px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 15px 20px;
    -webkit-background-size: 15px 20px;
    background-size: 15px 20px;
}
.product-img .swiper-button-next,.product-img .swiper-container-rtl .swiper-button-prev{
	right: -8px;
}
.product-img .swiper-button-prev,.product-img .swiper-container-rtl .swiper-button-next{
	left: -8px;
}
.product-xq-c table{
	display: block;
	margin: 10px 0;
	width: 100% !important;
}
.product-xq-c tbody{
	display: block;
	width: 100% !important;
}
.product-xq-c table tr{
	width: 100% !important;
	border: 1px solid #999 !important;
}
.product-xq-c table td{
	border: 1px solid #999 !important;
	width: 8% !important;
	text-align: center;
	line-height: 40px;
}
</pre></body></html>